projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a084444
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 9 May 1996 17:41:53 +0000
(17:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 9 May 1996 17:41:53 +0000
(17:41 +0000)
lisp/dos-fns.el
patch
|
blob
|
history
diff --git
a/lisp/dos-fns.el
b/lisp/dos-fns.el
index ff1b0ba9cb960ef2f84dbbfdcc4040db25519b22..924f5a9b76a8a1be901901e0149eb1ea7aa953c2 100644
(file)
--- a/
lisp/dos-fns.el
+++ b/
lisp/dos-fns.el
@@
-57,7
+57,6
@@
with a definition that really does change some file names."
(string (copy-sequence (file-name-nondirectory filename)))
(lastchar (aref string (1- (length string))))
i firstdot)
- ;; If the argument is empty, just return it.
;; Change a leading period to a leading underscore.
(if (= (aref string 0) ?.)
(aset string 0 ?_))